home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / utility / nmail28u / _SETUP.1 / NETMAIL.EXE / 0 / RCDATA / TMYFINDDIALOG1 / TMYFINDDIALOG1.txt
Text File  |  1999-09-10  |  2KB  |  108 lines

  1. object MyFindDialog1: TMyFindDialog1
  2.   Left = 178
  3.   Top = 157
  4.   Width = 344
  5.   Height = 292
  6.   HelpContext = 160
  7.   Caption = 'Find text'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 4
  17.     Top = 18
  18.     Width = 53
  19.     Height = 13
  20.     Hint = 'Text to find'
  21.     Caption = 'Text to find'
  22.   end
  23.   object SpeedButton1: TSpeedButton
  24.     Left = 114
  25.     Top = 226
  26.     Width = 67
  27.     Height = 25
  28.     Caption = 'OK'
  29.     OnClick = SpeedButton1Click
  30.   end
  31.   object SpeedButton2: TSpeedButton
  32.     Left = 188
  33.     Top = 226
  34.     Width = 67
  35.     Height = 25
  36.     Caption = 'Cancel'
  37.     OnClick = SpeedButton2Click
  38.   end
  39.   object RGScope: TRadioGroup
  40.     Left = 29
  41.     Top = 144
  42.     Width = 128
  43.     Height = 58
  44.     Caption = 'Scope'
  45.     ItemIndex = 0
  46.     Items.Strings = (
  47.       'Global'
  48.       'Selected text')
  49.     TabOrder = 0
  50.   end
  51.   object GroupBox1: TGroupBox
  52.     Left = 29
  53.     Top = 44
  54.     Width = 128
  55.     Height = 89
  56.     Caption = 'Options'
  57.     TabOrder = 1
  58.     object CBWholeWord: TCheckBox
  59.       Left = 16
  60.       Top = 24
  61.       Width = 97
  62.       Height = 17
  63.       Caption = 'Whole word only'
  64.       TabOrder = 0
  65.     end
  66.     object CBMatchCase: TCheckBox
  67.       Left = 16
  68.       Top = 48
  69.       Width = 97
  70.       Height = 17
  71.       Caption = 'Case sensitive'
  72.       TabOrder = 1
  73.     end
  74.   end
  75.   object RGOrigin: TRadioGroup
  76.     Left = 175
  77.     Top = 144
  78.     Width = 128
  79.     Height = 58
  80.     Caption = 'Origin'
  81.     ItemIndex = 1
  82.     Items.Strings = (
  83.       'From cursor'
  84.       'Entire scope')
  85.     TabOrder = 2
  86.   end
  87.   object CBtext: TComboBox
  88.     Left = 64
  89.     Top = 16
  90.     Width = 265
  91.     Height = 21
  92.     ItemHeight = 13
  93.     TabOrder = 3
  94.   end
  95.   object RGwhere: TRadioGroup
  96.     Left = 175
  97.     Top = 44
  98.     Width = 128
  99.     Height = 90
  100.     Caption = 'Where'
  101.     ItemIndex = 0
  102.     Items.Strings = (
  103.       'On view text'
  104.       'In files')
  105.     TabOrder = 4
  106.   end
  107. end
  108.